Hệ thống quản lý phòng khám trực tuyến bằng PHP

1 <?php
2
3     
// IMPORTANT:
4     
// ==========
5     
// When translating, only translate the strings that are
6     
// TO THE RIGHT OF the equal sign (=).
7     
//
8     
// Do NOT translate the strings between square brackets ([]) or <>
9     
//
10     
// Also, leave the text between < and > untranslated.
11     
//
12     
// =====================================================
13
14     
// incHeader.php
15     $Translation[
'membership management'] = "Membership Management";
16     $Translation[
'password mismatch'] = "Password doesn\'t match.";
17     $Translation[
'error'] = "Error";
18     $Translation[
'invalid email'] = "Invalid Email Address";
19     $Translation[
'sending mails'] = "Sending mails might take some time. Please don't close this page until you see the 'Done' message.";
20     $Translation[
'complete step 4'] = "Please complete step 4 by selecting the member you want to transfer records to.";
21     $Translation[
'info'] = "Info";
22     $Translation[
'sure move member'] = 'Are you sure you want to move member \'<MEMBER>\' and his data from group \'<OLDGROUP>\' to group \'<NEWGROUP>\'?';
23     $Translation[
'sure move data of member'] = 'Are you sure you want to move data of member \'<OLDMEMBER>\' from group \'<OLDGROUP>\' to member \'<NEWMEMBER>\' from group \'<NEWGROUP>\'?';
24     $Translation[
'sure move all members'] = 'Are you sure you want to move all members and data from group \'<OLDGROUP>\' to group \'<NEWGROUP>\'?';
25     $Translation[
'sure move data of all members'] = 'Are you sure you want to move data of all members of group \'<OLDGROUP>\' to member \'<MEMBER>\' from group \'<NEWGROUP>\'?';
26     $Translation[
'toggle navigation'] = "Toggle navigation";
27     $Translation[
'admin area'] = "Admin Area";
28     $Translation[
'groups'] = "Groups";
29     $Translation[
'view groups'] = "View Groups";
30     $Translation[
'add group'] = "Add Group";
31     $Translation[
'edit anonymous permissions'] = "Edit Anonymous Permissions";
32     $Translation[
'members'] = "Members";
33     $Translation[
'view members'] = "View Members";
34     $Translation[
'add member'] = "Add Member";
35     $Translation[
"view members' records"] = "View Members' Records";
36     $Translation[
"utilities"] = "Utilities";
37     $Translation[
"admin settings"] = "Admin Settings";
38     $Translation[
"rebuild thumbnails"] = "Rebuild Thumbnails";
39     $Translation[
'rebuild fields'] = "Rebuild fields";
40     $Translation[
'import CSV'] = "Import CSV data";
41     $Translation[
'batch transfer'] = "Batch Transfer Wizard";
42     $Translation[
'mail all users'] = "Mail All Users";
43     $Translation[
'AppGini forum'] = "AppGini Community Forum";
44     $Translation[
"user's area"] = 'User\'s area';
45     $Translation[
"sign out"] = "Sign out";
46     $Translation[
"attention"] = "Attention!";
47     $Translation[
'security risk admin'] = 'You are using the default admin username and password. This is a huge security risk. Please change at least the admin password from the <a href="pageSettings.php">Admin Settings</a> page <em>immediately</em>.';
48     $Translation[
'security risk'] = 'You are using the default admin password. This is a huge security risk. Please change the admin password from the <a href="pageSettings.php">Admin Settings</a> page <em>immediately</em>.' ;
49     $Translation[
'plugins'] = 'Plugins';
50
51     
//pageAssignOwners.php
52     $Translation[
"assigned table records to group"] = "Assigned <NUMBER> records of table '<TABLE>' to group '<GROUP>'";
53     $Translation[
"assigned table records to group and member"] = "Assigned <NUMBER> records of table '<TABLE>' to group '<GROUP>' , member '<MEMBERID>'";
54     $Translation[
'data ownership assign'] = "Assign ownership to data that has no owners";
55     $Translation[
'records ownership done'] = "All records in all tables have owners now.<br>Back to <a href='pageHome.php'>Admin homepage</a>.";
56     $Translation[
'select group'] = "Select group";
57     $Translation[
'data ownership'] = "Sometimes, you might have tables with data that were entered before implementing this AppGini membership management system, or entered using other applications unaware of AppGini ownership system. This data currently has no owners. This page allows you to assign owner groups and owner members to this data.";
58     $Translation[
"table"] = "Table";
59     $Translation[
"records with no owners"] = "Records with no owners";
60     $Translation[
"new owner group"] = "New owner group";
61     $Translation[
"new owner member"] = "New owner member*";
62     $Translation[
"cancel"] = "Cancel";
63     $Translation[
"assign new owners"] = "Assign new owners";
64     $Translation[
"please wait"] = "Please wait ...";
65     $Translation[
"if no owner member assigned"] = '* If you assign no owner member here, you can still use the <a href="pageTransferOwnership.php">Batch Transfer Wizard</a> later to do so.';
66     
67     
//pageDeleteGroup.php
68     $Translation[
"can not delete group remove members"] = 'Can\'t delete this group. Please remove members first.';
69     $Translation[
"can not delete group transfer records"] = 'Can\'t delete this group. Please transfer its data records to another group first..';
70     
71     
//pageEditGroup.php
72     $Translation[
"group exists error"] = "Error: Group name already exists. You must choose a unique group name.";
73     $Translation[
"group not found error"] = "Error: Group not found!";
74     $Translation[
"edit group"] = "Edit Group '<GROUPNAME>'";
75     $Translation[
"add new group"] = "Add New Group";
76     $Translation[
"anonymous group attention"] = "Attention! This is the anonymous group.";
77     $Translation[
"show tool tips"] = "Show tool tips as mouse moves over options";
78     $Translation[
"group name"] = "Group name";
79     $Translation[
"readonly group name"] = "The name of the anonymous group is read-only here.";
80     $Translation[
"anonymous group name"] = "If you name the group '<ANONYMOUSGROUP>', it will be considered the anonymous group<br>that defines the permissions of guest visitors that do not log into the system.";
81     $Translation[
"description"] = "Description";
82     $Translation[
"allow visitors sign up"] = 'Allow visitors to sign up?';
83     $Translation[
"admin add users"] = "No. Only the admin can add users.";
84     $Translation[
"admin approve users"] = "Yes, and the admin must approve them.";
85     $Translation[
"automatically approve users"] = "Yes, and automatically approve them.";
86     $Translation[
"group table permissions"] = "Table permissions for this group";
87     $Translation[
"no"] = "No";
88     $Translation[
"owner"] = "Owner";
89     $Translation[
"group"] = "Group";
90     $Translation[
"all"] = "All";
91     $Translation[
"insert"] = "Insert";
92     $Translation[
"view"] = "View";
93     $Translation[
"edit"] = "Edit";
94     $Translation[
"delete"] = "Delete";
95     $Translation[
"save changes"] = "Save changes";
96     
97     
//pageEditMember.php
98     $Translation[
"username error"] = "Error: Username already exists or is invalid. Make sure you provide a username containing 4 to 20 valid characters.";
99     $Translation[
"member not found"] = "Error: Member not found!";
100     $Translation[
"user has special permissions"] = "This user has special permissions that override his group permissions.";
101     $Translation[
"user has group permissions"] = 'This user inherits the <a href="pageEditGroup.php?groupID=<GROUPID>">permissions of his group</a>.';
102     $Translation[
"set user special permissions"] = 'Set special permissions for this user';
103     $Translation[
"sure continue"] = "If you made any changes to this member and did not save them yet, they will be lost if you continue. Are you sure you want to continue?";
104     $Translation[
"edit member"] = "Edit Member <MEMBERID>" ;
105     $Translation[
"add new member"] = "Add New Member";
106     $Translation[
"anonymous guest member"] = "Attention! This is the anonymous (guest) member.";
107     $Translation[
"admin member"] = 'Attention! This is the admin member. You can\'t change the username, password or email of this member here, but you can do so in the <a href="pageSettings.php">admin settings</a> page.';
108     $Translation[
"member username"] = "Member username";
109     $Translation[
"check availability"] = "Check availability";
110     $Translation[
"read only username"] = "The username of the guest member is read-only.";
111     $Translation[
"password"] = "Password";
112     $Translation[
"change password"] = "Type a password only if you want to change this member's<br>password. Otherwise, leave this field empty.";
113     $Translation[
"confirm password"] = "Confirm password";
114     $Translation[
"email"] = "Email";
115     $Translation[
"approved"] = "Approved?";
116     $Translation[
"banned"] = "Banned?";
117     $Translation[
"comments"] = "Comments";
118     $Translation[
"back to members"] = "Back to members";
119     $Translation[
"member added"] = "Member <USERNAME> added successfully";
120     
121     
//pageEditMemberPermissions.php
122     $Translation[
"member permissions saved"] = "Member permissions have been saved successfully.";
123     $Translation[
"member permissions reset"] = "Member permissions have been reset to the same as his group.";
124     $Translation[
"user table permissions"] = "Table permissions for user <a href='pageEditMember.php?memberID=<MEMBER>' title='View member details'><MEMBERID></a> of group <a href='pageEditGroup.php?groupID=<GROUPID>' title='View group details and permissions'><GROUP></a>";
125     $Translation[
"no member permissions"] = 'This member doesn\'t currently have any special permissions. This list shows the permissions of his group.';
126     $Translation[
"reset member permissions"] = "Reset member permissions";
127     $Translation[
"remove special permissions"] = 'This would remove all special permissions of this user and he will have the same permissions as his group. Are you sure you want to do that?';
128     
129     
//pageEditOwnership.php
130     $Translation[
"invalid table"] = "Invalid table.";
131     $Translation[
"invalid primary key"] = "Invalid primary key value";
132     $Translation[
"record not found"] = "Record not found ... if it was imported externally, try assigning an owner from the admin area.";
133     $Translation[
"invalid username"] = "Invalid username";
134     $Translation[
"record not found error"] = "Error: Record not found!";
135     $Translation[
"edit Record Ownership"] = "Edit Record Ownership";
136     $Translation[
"owner group"] = "Owner group";
137     $Translation[
"view all records by group"] = "View all records by this group";
138     $Translation[
"owner member"] = "Owner member";
139     $Translation[
"view all records by member"] = "View all records by this member";
140     $Translation[
"switch record ownership"] = "If you want to switch ownership of this record to a member of another group, you must change the owner group and save changes first.";
141     $Translation[
"record created on"] = "Record created on";
142     $Translation[
"record modified on"] = "Record modified on";
143     $Translation[
"view all records of table"] = "View all records of this table";
144     $Translation[
"record data"] = "Record data";
145     $Translation[
"print"] = "Print";
146     $Translation[
"could not retrieve field list"] = "Couldn't retrieve field list from '<TABLENAME>'";
147     $Translation[
"field name"] = "Field name";
148     $Translation[
"value"] = "Value";
149     
150     
//pageHome.php
151     $Translation[
"visitor sign up"] = '<a href="../membership_signup.php" target="_blank">Visitor sign up</a> is disabled because there are no groups where visitors can sign up currently. To enable visitor sign-up, set at least one group to allow visitor sign-up.';
152     $Translation[
"table data without owner"] = 'You have data in one or more tables that doesn\'t have an owner. To assign an owner group for this data, <a href="pageAssignOwners.php">click here</a>.';
153     $Translation[
"membership management homepage"] = "Membership Management Homepage";
154     $Translation[
"newest updates"] = "Newest Updates";
155     $Translation[
"view record details"] = "View record details";
156     $Translation[
"newest entries"] = "Newest Entries";
157     $Translation[
"available add-ons"] = "Available add-ons";
158     $Translation[
"more info"] = "More info";
159     $Translation[
"close"] = "Close";
160     $Translation[
"view add-ons"] = "View all add-ons";
161     $Translation[
"top members"] = "Top Members";
162     $Translation[
"edit member details"] = "Edit member details";
163     $Translation[
"view member records"] = "View member's data records";
164     $Translation[
"records"] = "records";
165     $Translation[
"members stats"] = "Members Stats";
166     $Translation[
"total groups"] = "Total groups";
167     $Translation[
"active members"] = "Active members";
168     $Translation[
"view active members"] = "View active members";
169     $Translation[
"members awaiting approval"] = "Members awaiting approval";
170     $Translation[
"view members awaiting approval"] = "View members awaiting approval";
171     $Translation[
"banned members"] = "Banned members";
172     $Translation[
"view banned members"] = "View banned members";
173     $Translation[
"total members"] = "Total members";
174     $Translation[
"view all members"] = "View all members";
175     $Translation[
"BigProf tweets"] = "Tweets By BigProf Software";
176     $Translation[
"follow BigProf"] = "Follow @bigprof";
177     $Translation[
"loading bigprof feed"] = "Loading @bigprof feed ...";
178     $Translation[
"remove feed"] = "Remove this feed";
179     
180     
//pageMail.php
181     $Translation[
"can not send mail"] = "You can not send emails currently. The configured sender email address is not valid. Please <a href='pageSettings.php'>correct it first</a> then try again.";
182     $Translation[
"all groups"] = "All groups";
183     $Translation[
"no recipient"] = "Couldn't find recipient. Please make sure you provide a valid recipient.";
184     $Translation[
"invalid subject line"] = "Invalid subject line.";
185     $Translation[
"no recipient found"] = "Couldn't find any recipients. Please make sure you provide a valid recipient.";
186     $Translation[
"mail queue not saved"] = "Couldn't save mail queue. Please make sure the directory '<CURRDIR>' is writeable (chmod 755 or chmod 777).";
187     $Translation[
"send mail"] = "Send mail message to a member/group";
188     $Translation[
"send mail to all members"] = "You are sending an email to all members. This could take a lot of time and affect your server performance. If you have a huge number of members, we don't recommend sending an email to all of them at once.";
189     $Translation[
"from"] = "From";
190     $Translation[
"change setting"] = "Change this setting";
191     $Translation[
"to"] = "To";
192     $Translation[
"subject"] = "Subject";
193     $Translation[
"message"] = "Message";
194     $Translation[
"send message"] = "Send Message";
195     
196     
//pagePrintRecord.php
197     $Translation[
"record details"] = "Membership Management -- Record details";
198     $Translation[
'table name'] = "Table: <TABLENAME>";
199     
200     
//pageRebuildFields.php
201     $Translation[
'create or update table'] = "An attempt to <ACTION> the field <i><FIELD></i> in <i><TABLE></i> table was made by executing this query: <pre><QUERY></pre> Results are shown below.";
202
203     $Translation[
'view or rebuild fields'] = "View/Rebuild fields";
204     $Translation[
'show deviations only'] = "Show deviations only";
205     $Translation[
'show all fields'] = "Show all fields";
206     $Translation[
'compare tables page'] = "This page compares the tables and fields structure/schema as designed in AppGini to the actual database structure and allows you to fix any deviations.";
207     $Translation[
'field'] = "Field";
208     $Translation[
'AppGini definition'] = "AppGini definition";
209     $Translation[
'database definition'] = "Current definition in the database";
210     $Translation[
'table name title'] = "<TABLENAME> table";
211     $Translation[
'does not exist'] = "Doesn't exist!";
212     $Translation[
'create field'] = "Create the field by running an ADD COLUMN query.";
213     $Translation[
'create it'] = "Create it";
214     $Translation[
'fix field'] = "Fix the field by running an ALTER COLUMN query so that its definition becomes the same as that in AppGini.";
215     $Translation[
'fix it'] = "Fix it";
216     $Translation[
'field update warning'] = "DANGER!! In some cases, this might lead to data loss, truncation, or corruption. It might be a better idea sometimes to update the field in AppGini to match that in the database. Would you still like to continue?";
217     $Translation[
'no deviations found'] = "No deviations found. All fields OK!";
218     $Translation[
'error fields'] = "Found <CREATENUM> non-existing fields that need to be created.<br>Found <UPDATENUM> deviating fields that might need to be updated.";
219     
220     
//pageRebuildThumbnails.php
221     $Translation[
'rebuild thumbnails'] = "Rebuild thumbnails";
222     $Translation[
'thumbnails utility'] = "Use this utility if you have one or more image fields in a table that don't have thumbnails or have thumbnails with incorrect dimensions.";
223     $Translation[
'rebuild thumbnails of table'] = "Rebuild thumbnails of table";
224     $Translation[
'rebuild'] = "Rebuild";
225     $Translation[
'rebuild thumbnails of table_name'] = "Rebuilding thumbnails of '<i><TABLENAME></i>' table ...";
226     $Translation[
'do not close page message'] = "Don't close this page until you see a confirmation message that all thumbnails have been built.";
227     $Translation[
'rebuild thumbnails status'] = "Status: still rebuilding thumbnails, please wait ...";
228     $Translation[
'building field thumbnails'] = "Building thumbnails for '<i><FIELD></i>' field...";
229     $Translation[
'done'] = "Done.";
230     $Translation[
'finished status'] = "Status: finished. You can close this page now.";
231     
232     
//pageSender.php
233     $Translation[
'invalid mail queue'] = "Invalid mail queue.";
234     $Translation[
'sending message failed'] = " -- Sending message to '<EMAIL>': Failed.";
235     $Translation[
'sending message ok'] = " -- Sending message to '<EMAIL>': Ok.";
236     $Translation[
'done!'] = "Done!";
237     $Translation[
'close page'] = "You may close this page now or browse to some other page.";
238     $Translation[
'mail log'] = "Mail log:";
239     
240     
//pageSettings.php
241     $Translation[
'invalid security token'] = 'Invalid security token! Please <a href="pageSettings.php">reload the page</a> and try again.';
242     $Translation[
'unique admin username error'] = "The new admin username is already taken by another member. Please make sure the new admin username is unique.";
243     $Translation[
'unique anonymous username error'] = 'The new anonymous username is already taken by another member. Please make sure the username provided is unique.';
244     $Translation[
'unique anonymous group name error'] = 'The new anonymous group name is already in use by another group. Please make sure the group name provided is unique.';
245     $Translation[
'admin password mismatch'] = '"Admin password" and "Confirm password" don\'t match.';
246     $Translation[
'invalid sender email'] = 'Invalid "Sender email".';
247     $Translation[
'errors occurred'] = "The following errors occured:";
248     $Translation[
'go back'] = 'Please <a href="pageSettings.php" onclick="history.go(-1); return false;">go back</a> to correct the above error(s) and try again.';
249     $Translation[
'record updated automatically'] = "Record updated automatically on <DATE>";
250     $Translation[
'admin settings saved'] = "Admin settings saved successfully.<br>Back to <a href=\"pageSettings.php\">Admin settings</a>.";
251     $Translation[
'admin settings not saved'] = "Admin settings were NOT saved successfully. Failure reason: <ERROR><br>Back to <a href=\"pageSettings.php\" onclick=\"history.go(-1); return false;\">Admin settings</a>.";
252     $Translation[
'show tool tips'] = 'Show tool tips as mouse moves over options';
253     $Translation[
'admin username'] = "Admin username";
254     $Translation[
'admin password'] = "Admin password";
255     $Translation[
'change admin password'] = "Type a password only if you want to change the admin password.";
256     $Translation[
'sender email'] = "Sender email";
257     $Translation[
'sender name and email'] = "Sender name and email are used in the 'To' field when sending";
258     $Translation[
'email messages'] = "email messages to groups or members.";
259     $Translation[
'admin notifications'] = "Admin notifications";
260     $Translation[
'no email notifications'] = "No email notifications to admin.";
261     $Translation[
'member waiting approval'] = "Notify admin only when a new member is waiting for approval.";
262     $Translation[
'new sign-ups'] = "Notify admin for all new sign-ups.";
263     $Translation[
'sender name'] = "Sender name";
264     $Translation[
'members custom field 1'] = "Members custom field 1";
265     $Translation[
'members custom field 2'] = "Members custom field 2";
266     $Translation[
'members custom field 3'] = "Members custom field 3";
267     $Translation[
'members custom field 4'] = "Members custom field 4";
268     $Translation[
'member approval email subject'] = "Member approval<br>email subject";
269     $Translation[
'member approval email subject control'] = "When the admin approves a member, the member is notified by<br>email that he is approved. You can control the subject of the<br>approval email in this box, and the content in the box below.";
270     $Translation[
'member approval email message'] = "Member approval<br>email message";
271     $Translation[
'MySQL date'] = "MySQL date<br>formatting string";
272     $Translation[
'MySQL reference'] = 'Please refer to <a href="http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_date-format" target="_blank">the MySQL reference</a> for possible formats.';
273     $Translation[
'PHP short date'] = "PHP short date<br>formatting string";
274     $Translation[
'PHP manual'] = 'Please refer to <a href="http://www.php.net/manual/en/function.date.php" target="_blank">the PHP manual</a> for possible formats.';
275     $Translation[
'PHP long date'] = "PHP long date<br>formatting string";
276     $Translation[
'groups per page'] = "Groups per page";
277     $Translation[
'members per page'] = "Members per page";
278     $Translation[
'records per page'] = "Records per page";
279     $Translation[
'default sign-up mode'] = "Default sign-up mode<br>for new groups";
280     $Translation[
'no sign-up allowed'] = "No sign-up allowed. Only the admin can add members.";
281     $Translation[
'admin approve members'] = "Sign-up allowed, but the admin must approve members.";
282     $Translation[
'automatically approve members'] = "Sign-up allowed, and automatically approve members.";
283     $Translation[
'anonymous group'] = "Name of the anonymous<br>group";
284     $Translation[
'anonymous user name'] = "Name of the anonymous<br>user";
285     $Translation[
'hide twitter feed'] = "Hide Twitter feed in admin homepage?";
286     $Translation[
'twitter feed'] = "Our Twitter feed helps keep you informed of our latest news, useful resources, new releases, and many other helpful tips.";
287     
288     
//pageTransferOwnership.php
289     $Translation[
'invalid source member'] = "Invalid source member selected.";
290     $Translation[
'invalid destination member'] = "Invalid destination member selected.";
291     $Translation[
'moving member'] = "Moving member '<MEMBERID>' and his data from group '<SOURCEGROUP>' to group '<DESTINATIONGROUP>' ...";
292     $Translation[
'data records transferred'] = "Member '<MEMBERID>' now belongs to group '<NEWGROUP>'. Data records transferred: <DATARECORDS>.";
293     $Translation[
'moving data'] = "Moving data of member '<SOURCEMEMBER>' from group '<SOURCEGROUP>' to member '<DESTINATIONMEMBER>' from group '<DESTINATIONGROUP>' ...";
294     $Translation[
'member records status'] = "Member '<SOURCEMEMBER>' of group '<SOURCEGROUP>' had <DATABEFORE> data records. <TRANSFERSTATUS> to member '<DESTINATIONMEMBER>' of group '<DESTINATIONGROUP>'.";
295     $Translation[
'moving all group members'] = "Moving all members and data of group '<SOURCEGROUP>' to group '<DESTINATIONGROUP>' ...";
296     $Translation[
'failed transferring group members'] = "Operation failed. No members were transferred from group '<SOURCEGROUP>' to '<DESTINATIONGROUP>'.";
297     $Translation[
'group members transferred'] = "All members of group '<SOURCEGROUP>' now belong to '<DESTINATIONGROUP>'. ";
298     $Translation[
'failed transfer data records'] = "However, data records failed to transfer.";
299     $Translation[
'data records were transferred'] = "<DATABEFORE> data records were transferred.";
300     $Translation[
'moving group data to member'] = "Moving data of all members of group '<SOURCEGROUP>' to member '<DESTINATIONMEMBER>' from group '<DESTINATIONGROUP>' ...";
301     $Translation[
'moving group data to member status'] = "<NUMBER> record(s) were transferred from group '<SOURCEGROUP>' to member '<DESTINATIONMEMBER>' of group '<DESTINATIONGROUP>'";
302     $Translation[
'status'] = "STATUS:";
303     $Translation[
'batch transfer link'] = 'To repeat the same batch transfer again later you can <a href= "pageTransferOwnership.php?sourceGroupID=<SOURCEGROUP>&amp;sourceMemberID=<SOURCEMEMBER>&amp;destinationGroupID=<DESTINATIONGROUP>&amp;destinationMemberID=<DESTINATIONMEMBER>&amp;moveMembers=<MOVEMEMBERS>">bookmark or copy this link</a>.';
304     $Translation[
'ownership batch transfer'] = "Batch Transfer Of Ownership";
305     $Translation[
'step 1'] = "STEP 1:";
306     $Translation[
'batch transfer wizard'] = "The batch transfer wizard allows you to transfer data records of one or all members of a group (the <i>source group</i>) to a member of another group (the <i>destination member</i> of the <i>destination group</i>)";
307     $Translation[
'source group'] = "Source group";
308     $Translation[
'update'] = "Update";
309     $Translation[
'next step'] = "Next Step";
310     $Translation[
'group statistics'] = "This group has <MEMBERS> members, and <RECORDS> data records.";
311     $Translation[
'step 2'] = "STEP 2:";
312     $Translation[
'source member message'] = "The source member could be one member or all members of the source group.";
313     $Translation[
'source member'] = "Source member";
314     $Translation[
'all group members'] = "All members of '<GROUPNAME>'";
315     $Translation[
'member statistics'] = "This member has <RECORDS> data records.";
316     $Translation[
'step 3'] = "STEP 3:";
317     $Translation[
'destination group message'] = "The destination group could be the same or different from the source group. Only groups that have members are listed below.";
318     $Translation[
'destination group'] = "Destination group";
319     $Translation[
'step 4'] = "STEP 4:";
320     $Translation[
'destination member message'] = "The destination member will be the new owner of the data records of the source member.";
321     $Translation[
'destination member'] = "Destination member";
322     $Translation[
'begin transfer'] = "Begin Transfer";
323     $Translation[
'move records'] = "You could either move records from the source member(s) to a member in the destination group, or move the source member(s), together with their data records to the destination group.";
324     $Translation[
'move data records to member'] = "Move data records to this member:";
325     $Translation[
'move source member to group'] = "Move source member(s) and all his/their data records to the '<GROUPNAME>' group.";
326     
327     
//pageUploadCSV.php
328     $Translation[
'file not found error'] = "Error: File '<FILENAME>' not found.";
329     $Translation[
'preview and confirm CSV data'] = "Preview the CSV data then confirm to import it ...";
330     $Translation[
'display csv file rows'] = "Displaying the first 10 rows of the CSV file ...";
331     $Translation[
'change CSV settings'] = 'Change CSV settings';
332     $Translation[
'import CSV data'] = 'Confirm and import CSV data &gt;';
333     $Translation[
'apply CSV settings'] = 'Apply CSV Settings';
334     $Translation[
'importing CSV data'] = 'Importing CSV data ...';
335     $Translation[
'start at estimated record'] = "Starting at record <RECORDNUMBER> of <RECORDS> total estimated records ...";
336     $Translation[
'table backed up'] = "Table '<TABLE>' backed up as '<TABLENAME>'.";
337     $Translation[
'table backup not done'] = "Table '<TABLE>' is empty, so no backup was done.";
338     $Translation[
'importing batch'] = 'Importing batch <BATCH> of <BATCHNUM>: ';
339     $Translation[
'ok'] = 'Ok';
340     $Translation[
'records inserted or updated successfully'] = "<RECORDS> records inserted/updated in <SECONDS> seconds.";
341     $Translation[
'mission accomplished'] = "Mission accomplished!";
342     $Translation[
'assign a records owner'] = "Assign an owner to the imported records &gt;";
343     $Translation[
'please wait and do not close'] = "Please wait and don't close this page ...";
344     $Translation[
'hide advanced options'] = "Hide advanced options";
345     $Translation[
'show advanced options'] = "Show advanced options";
346     $Translation[
'import CSV to database'] = "Import a CSV file to the database";
347     $Translation[
'import CSV to database page'] = "This page allows you to upload a CSV file (for example, one generated from MS Excel) and import it to one of the tables of the database. This makes it so easy to bulk-populate the database with data from other sources rather than manually entering every single record.";
348     $Translation[
'populate table from CSV'] = "This is the table that you want to populate with data from the CSV file.";
349     $Translation[
'CSV file'] = "CSV file";
350     $Translation[
'preview CSV data'] = "Preview CSV data &gt;";
351     $Translation[
'no table name provided'] = "No table name provided.";
352     $Translation[
'can not open CSV'] = "Can't open csv file '<FILENAME>'.";
353     $Translation[
'empty CSV file'] = "The csv file '<FILENAME>' is empty.";
354     $Translation[
'no CSV file data'] = "The csv file '<FILENAME>' has no data to read." ;
355     $Translation[
'field separator'] = "Field separator";
356     $Translation[
'default comma'] = "The default is comma (,)";
357     $Translation[
'field delimiter'] = "Field delimiter";
358     $Translation[
'default double-quote'] = 'The default is double-quote (")';
359     $Translation[
'maximum characters per line'] = "Maximum characters per line";
360     $Translation[
'trouble importing CSV'] = "If you have trouble importing the CSV file, try increasing this value.";
361     $Translation[
'ignore lines number'] = "Number of lines to ignore";
362     $Translation[
'skip lines number'] = "Change this value if you want to skip a specific number of lines in the CSV file.";
363     $Translation[
'first line field names'] = "The first line of the file contains field names";
364     $Translation[
'field names must match'] = "Field names must <b>exactly</b> match those in the database.";
365     $Translation[
'update table records'] = "Update table records if their primary key values match those in the CSV file.";
366     $Translation[
'ignore CSV table records'] = "If not checked, records in the CSV file having the same primary key values as those in the table <b>will be ignored</b>";
367     $Translation[
'back up the table'] = "Back up the table before importing CSV data into it.";
368     
369     
//pageViewGroups.php
370     $Translation[
'no matching results found'] = "No matching results found.";
371     $Translation[
'search groups'] = "Search groups";
372     $Translation[
'find'] = "Find";
373     $Translation[
'reset'] = "Reset";
374     $Translation[
'members count'] = "Members count";
375     $Translation[
'Edit group'] = "Edit group";
376     $Translation[
'confirm delete group'] = "Are you sure you want to completely delete this group?";
377     $Translation[
'delete group'] = "Delete group";
378     $Translation[
'view group records'] = "View group records";
379     $Translation[
'view group members'] = "View group members";
380     $Translation[
'send message to group'] = "Send message to group";
381     $Translation[
'previous'] = "Previous";
382     $Translation[
'displaying groups'] = "Displaying groups <GROUPNUM1> to <GROUPNUM2> of <GROUPS>";
383     $Translation[
'next'] = "Next";
384     $Translation[
'key'] = "Key:";
385     $Translation[
'edit group details'] = "Edit group details and permissions.";
386     $Translation[
'add member to group'] = "Add a new member to group.";
387     $Translation[
'view data records'] = "View all data records entered by the group's members.";
388     $Translation[
'list group members'] = "List all members of a group.";
389     $Translation[
'send email to all members'] = "Send an email message to all members of a group.";
390     
391     
//pageViewMembers.php
392     $Translation[
'search members'] = "Search members <SEARCH> in <HTMLSELECT>";
393     $Translation[
'all fields'] = "All fields";
394     $Translation[
'any'] = "Any";
395     $Translation[
'waiting approval'] = "Waiting approval";
396     $Translation[
'active'] = "Active";
397     $Translation[
'Banned'] = "Banned";
398     $Translation[
'username'] = "Username";
399     $Translation[
'sign up date'] = "Sign up date";
400     $Translation[
'Status'] = "Status";
401     $Translation[
'Edit member'] = "Edit member";
402     $Translation[
'sure delete user'] = "Are you sure you want to delete user \'<USERNAME>\'?";
403     $Translation[
'delete member'] = "Delete member";
404     $Translation[
"approve this member"] = "Approve this member";
405     $Translation[
"unban this member"] = "Unban this member";
406     $Translation[
"ban this member"] = "Ban this member";
407     $Translation[
"View member records"] = "View member's records";
408     $Translation[
"send message to member"] = "Send message to member";
409     $Translation[
'displaying members'] = "Displaying members <MEMBERNUM1> to <MEMBERNUM2> of <MEMBERS>";
410     $Translation[
'activate member'] = "Activate new/banned member.";
411     $Translation[
'ban member'] = "Ban (suspend) member.";
412     $Translation[
'view entered member records'] = "View all data records entered by member.";
413     $Translation[
'send email to member'] = "Send an email message to member.";
414     
415     
//pageViewRecords.php
416     $Translation[
'data records'] = "Data Records";
417     $Translation[
'show records'] = "Show records from";
418     $Translation[
'all tables'] = "All tables";
419     $Translation[
'sort records'] = "Sort records by";
420     $Translation[
'date created'] = "Date created";
421     $Translation[
'date modified'] = "Date modified";
422     $Translation[
'newer first'] = "Newer first";
423     $Translation[
'older first'] = "Older first";
424     $Translation[
'created'] = "Created";
425     $Translation[
'modified'] = "Modified";
426     $Translation[
'data'] = "Data";
427     $Translation[
'change record ownership'] = "Change ownership of this record";
428     $Translation[
'sure delete record'] = "Are you sure you want to delete this record?";
429     $Translation[
'delete record'] = "Delete this record";
430     $Translation[
'displaying records'] = "Displaying records <RECORDNUM1> to <RECORDNUM2> of <RECORDS>";
431
432     
/* Added in AppGini 5.51 */
433     $Translation[
'maintenance mode admin notification'] = 'Maintenance mode is enabled! You can disable it from the admin home page.';
434     $Translation[
'maintenance mode message'] = 'Maintenance mode message';
435     $Translation[
'maintenance mode'] = 'Maintenance mode';
436     $Translation[
'OFF'] = 'OFF';
437     $Translation[
'ON'] = 'ON';
438     $Translation[
'enable maintenance mode?'] = 'Are you sure you want to enable maintenance mode? Only admin users can access the site in this mode!';
439     $Translation[
'disable maintenance mode?'] = 'Are you sure you want to disable maintenance mode? All users will be able to access the site!';
440     
441     
/* Added in AppGini 5.60 */
442     $Translation[
'csv file upload error'] = 'An error occured while processing the requested CSV file.';
443     $Translation[
'back and retry'] = 'Go back and retry';
444     $Translation[
'upload or choose csv file'] = 'Upload a CSV file or open an existing one';
445     $Translation[
'choose csv upload'] = 'Choose a CSV file to upload';
446     $Translation[
'no file chosen yet'] = 'No file chosen yet';
447     $Translation[
'start upload'] = 'Start upload';
448     $Translation[
'select a table'] = 'Select a table';
449     $Translation[
'error reading csv data'] = 'An error occured while reading CSV data. Try resetting/adjusting the CSV settings.';
450     $Translation[
'belongs to'] = 'Belongs to';
451     $Translation[
'skip column'] = 'Skip this column';
452     $Translation[
'connection failed retrying'] = 'Connection failed. Retrying in <SECONDS> seconds ...';
453     $Translation[
'connection failed timeout'] = 'Connection timed out. Retry later.';
454     $Translation[
'sure delete csv'] = 'Are you sure you want to delete the CSV file [CSVFILE] from the server?';
455     $Translation[
'invalid csv file selected'] = 'Invalid file chosen. Must be a CSV file.';
456     $Translation[
'couldnt delete csv file'] = 'Couldn\'t delete this CSV file.';
457     $Translation[
'error backing up table'] = 'Error: Couldn\'t back up table <TABLE>.';
458     $Translation[
'no columns selected'] = 'Please select at least one column to import and make sure each selected column belongs to a UNIQUE field.';
459     $Translation[
'csrf token expired or invalid'] = 'Oops! Something went wrong with this page. Please go back and retry.';
460     $Translation[
'back to groups'] = 'Back to groups';
461     $Translation[
'member updated'] = "Member <USERNAME> updated successfully";
462     $Translation[
'fix errors before submitting'] = 'Please fix the highlighted errors before submitting the page!';
463
464     
/* Added in AppGini 5.62 */
465     $Translation[
'mail_function'] = 'Method of sending emails';
466     $Translation[
'smtp_server'] = 'SMTP server';
467     $Translation[
'smtp_encryption'] = 'SMTP encryption';
468     $Translation[
'smtp_port'] = 'SMTP port';
469     $Translation[
'smtp_port_hint'] = 'Typical values are 25 (for non-encrypted SMTP), 465 (used in many cases with SSL encryption) or 587 (typical with TLS encryption)';
470     $Translation[
'smtp_user'] = 'SMTP username';
471     $Translation[
'smtp_pass'] = 'SMTP password';
472     $Translation[
'configure mail settings'] = 'Configure mail settings';
473     $Translation[
'display debugging info'] = 'Display debugging info';
474     $Translation[
'debugging info hint'] = 'Debugging info is useful if you are having trouble sending emails through the configured SMTP server';
475     


Gõ tìm kiếm nhanh...